ARM: dts: a20-m5: Enable AHCI
authorJagan Teki <[email protected]>
Fri, 12 Apr 2019 12:05:24 +0000 (17:35 +0530)
committerJagan Teki <[email protected]>
Wed, 17 Apr 2019 09:04:45 +0000 (14:34 +0530)
Enable ahci node for sun7i-a20-m5.dts, this would require since
we have DM_SCSI enabled on the respective SoC.

No need to send patch to Linux for this change, since this
dts is U-Boot specific.

Cc: Ian Campbell <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
arch/arm/dts/sun7i-a20-m5.dts

index 65930cc6eea5a9eba618e553daed0a9e21494887..6de52c7c314fb2efa79357ca96aa696682ffb1b8 100644 (file)
        };
 };
 
+&ahci {
+       status = "okay";
+};
+
 &ehci0 {
        status = "okay";
 };